GoXam for WPF v3
AddLink Method (TreeModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > TreeModel<NodeType,NodeKey> Class : AddLink Method
Create a link between two nodes.
Syntax
public void AddLink( 
   NodeType parentdata,
   NodeType childdata
)

Parameters

parentdata
childdata
Remarks
This is a no-op if the two nodes are already linked, according to IsLinked. This calls InsertLink to actually create the link. This is an error if Modifiable is false.
See Also

Reference

TreeModel<NodeType,NodeKey> Class
TreeModel<NodeType,NodeKey> Members